home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_356 / algorhythms / source / musictimer.h < prev    next >
Text File  |  1992-05-06  |  189b  |  8 lines

  1. /*automusictimer.h*/
  2. /* for AlgoRhythms.c by Thomas E. Janzen */
  3. void RemoveTimer(void);
  4. int StartTimer(void);
  5. int DeleteTimer(struct timerequest *tr);
  6. int GetSysTime(struct timeval *tv);
  7.  
  8.